func html/template.asciiAlpha

3 uses

	html/template (current package)
		transition.go#L550: func asciiAlpha(c byte) bool {
		transition.go#L556: 	return asciiAlpha(c) || '0' <= c && c <= '9'
		transition.go#L561: 	if i == len(s) || !asciiAlpha(s[i]) {